Unpacks a real-valued transform into its complex-valued format.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(:) |
The complex-valued signal stored in a real-valued array. This array is assumed to be of length N. |
||
| real(kind=real64), | intent(in), | optional | :: | fac |
An optional scaling input. The default is 1 such that no scaling is performed. |
The unpacked complex-valued form of the input array.